home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000183_news@columbia.edu_Mon Oct 23 21:33:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08181
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 23 Oct 1995 17:33:19 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24687
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 23 Oct 1995 17:33:17 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Problems with Ckermit over local network.
  9. Date: 23 Oct 1995 21:33:15 GMT
  10. Organization: Columbia University
  11. Lines: 68
  12. Message-Id: <46h1mr$o3d@apakabar.cc.columbia.edu>
  13. References: <46gc66$bij@neptune.ethz.ch>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <46gc66$bij@neptune.ethz.ch>,
  18. Rory Alexander Chisholm <rchishol@iiic.ethz.ch> wrote:
  19. : I'm having problems using ckermit over out local network. My setup is
  20. : this: I have ckermit running on my sparcstation at home which I use to
  21. : connect at 19200 to my USR dual HST modem. I then set up a V32
  22. : connection to our university dial-in (with data compression). The
  23. : dial-in is to an annex, from which I use "telnet" to connect to a local
  24. : machine, I then log in and start ckermit on the remote machine to start
  25. : a file transfer. My problems now include:
  26. : On connect Ckermit switches the speed back from 19200 to 9600, how can I
  27. : prevent this (my modem reports a connect at 9600 yes, but this is NOT
  28. : what I want).
  29. Like it says in the manual: "set dial speed-matching off".
  30.  
  31. : More seriously, while transfer over ckermit works fine over the default
  32. : settings (default packet length, window size etc). I seem to be able to
  33. : increase the send (receive) packet length only to 256 bytes without
  34. : problems.  More accurately if I am down loading files then I chose send
  35. : packet length of 256 for the remote and the same for the local end
  36. : receive packet length.
  37. :
  38. As an aside (and as explained in the manual), the packet length is
  39. determined by the receiver.  Nobody ever needs to give a "set send
  40. packet-length" command, except under very unusual circumstances.
  41.  
  42. : The window size I set to 8 and leave the rest
  43. : alone. This appears to work, any packet length higher than 256 (512,
  44. : 1024 etc) seems to give me major problems with NAK/timeout (yes I did
  45. : set the block check to 3). So my questions are
  46. : 1) any bright ideas about what could be causing this ? I don't think its 
  47. : line noise (since this is a v32/v42 connection)
  48. :
  49. Lack of a fast and effective means of flow control.  Try enabling RTS/CTS
  50. in C-Kermit and in your modem.  Of course, you also need good
  51. (bidirectional) flow control between the remote modem and the Annex, but
  52. there's not much you can do about that.
  53.  
  54. : 2) What would be a better set of parameters (currently I achieve something
  55. : like 30% throughput)
  56. Nobody can answer that for you.  The optimal combination of parameters
  57. depends entirely on the characteristics of every single component in your
  58. connection, and nobody else has the same connection you have.  The only
  59. way to achieve optimal performance is to understand what the variables
  60. are and what are the consequences of changing them, and then experimenting
  61. with various combinations until you hit your peak.  For some hints to get
  62. you started, see our FAQ:
  63.  
  64.   http://www.columbia.edu/kermit/faq.html
  65.  
  66. : Last but not least I use ckermit as my primary communications software is
  67. : there any way to get the local ckermit it use an alternate protocol 
  68. : (x-modem, y-modem, z-modem) providing thats available as a program that 
  69. : reads from stdin for the local machine ?
  70. :
  71. Yes.  The current version of C-Kermit for UNIX is 5A(190).  It comes with
  72. a file, ckurzsz.ini, that defines macros for using rz/sz/etc as external
  73. protocols.  Read the comments in that file for further information.
  74.  
  75. : Sometimes this is all that is 
  76. : available on the remote and it would be nice not to have to remember to use
  77. : tip, cu, seyon or a similar abomination when I have to down load to such a 
  78. : destination.
  79.  
  80. - Frank